| commit | 352aa0fcc88db8721a97d5f1279c25d1ef095b8f | [log] [tgz] |
|---|---|---|
| author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | Mon Jun 21 08:52:56 2021 +0200 |
| committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | Mon Jun 21 11:15:08 2021 +0200 |
| tree | 310556f1a28077771f407baea304cbb8f02d8aee | |
| parent | ea4f19d3251f806f92961bb15ad0fc44c2399977 [diff] [blame] |
Small fixes following pep8 changes Re-add 'ex' in good name Fix a typo rrue = true
diff --git a/pylintrc b/pylintrc index 2361e82..31ec65d 100644 --- a/pylintrc +++ b/pylintrc
@@ -123,7 +123,7 @@ bad-functions= # Good variable names which should always be accepted, separated by a comma -good-names=i,j,k,e,f,m,cm,Run,_,n,op,it +good-names=i,j,k,e,ex,f,m,cm,Run,_,n,op,it # Bad variable names which should always be refused, separated by a comma bad-names=foo,bar,baz,toto,tutu,tata